home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / PET / S-Super PET / (s)tl.d64 / DESCRIBE.JAN_85 next >
Text File  |  2009-01-18  |  8KB  |  133 lines

  1. TPUG Toronto -- SuperPET Distribution Disk for January 1985
  2. ================================================================================
  3.  
  4.      "describe.jan/85"  SEQ   This describe file.
  5. --------------------------------------------------------------------------------
  6.      * Contributed by Bill Dutfield.
  7.        This program is a text formatter adopted from the IBM-PC world, It
  8.        provides a formatting capability based on the use of imbedded formatting
  9.        commands (tags) within the text to direct the formatting program on how
  10.        compose the text. This program as distributed is set up for an EPSON
  11.        printer but should be easy to convert for most other printers.
  12.        Comprehensive documentation is included in the file 'finish.rawdoc:e'.
  13.        This is a reasonably full function text formatter providing  margin
  14.        control, justification, spacing, underlining, imbedded file calls etc.
  15.  
  16. 137  "finish:bpe"       SEQ  Wateloo Basic program, load with language editor.
  17. 101  "finish.rawdoc:e"  SEQ  The documentation for 'finish:bpe'. To be easily
  18.                              read, this file should be processed by
  19.                              'finish:bpe'.  To do this, load mBASIC; enter
  20.        'edit' mode and load the program; enter g finish:bpe and when the
  21.        program has loaded enter 'run'.  Read the introductory screen, and
  22.        move onto the menu.  Leave all options alone.  Select key 7 and enter
  23.        against the prompt: finish.rawdoc:e<cr>. Then enter the appropriate
  24.        drive number when asked. At the menu now select key 0. and wait a few
  25.        seconds for the next prompt. Enter a <cr> and then answer the following
  26.        question on printer selection as desired. The remaining questions should
  27.        be answered so as to print/display the entire document.  The document
  28.        can be put to the screen and the scrolled output controlled by the SPACE
  29.        bar for easy reading.
  30. --------------------------------------------------------------------------------
  31. The rest of the material on this disk has been made available through the
  32. courtesy of ISPUG and is from their utilities disk distributed during
  33. the summer of 1984.
  34.                                   ---- " ---
  35.      * Contributed by Delton P. Richardson.  This contribution draws
  36.        graphs on the screen and also prints them.  This is very easy to
  37.        use and by changing two line in the program it worked with my
  38.        Epson MX80. (It does not use graphics mode.) These changes are
  39.        identified in the documentation file. The program does a very pretty
  40.        job, automatically changing the scale of the abscissa to match the
  41.        values you enter for the bars.
  42.  
  43. 74   "bgmenu:bp"        PRG   The program which does the work.
  44. 19   "bar_graph:e"      SEQ   Explanation of the programs
  45. 26   "bg_tutorial:e"    SEQ   A tutorial on how to use these programs
  46. 32   "bg8032:bp"        PRG   A printer configuration program, mBASIC
  47.                               with which to configure the 8032 Commodore
  48.                               printer to do all sorts of stuff with the
  49.                               bar graph program.
  50. 8    "g1.gr"            REL   Three pre-done graphs.
  51. 8    "g2.gr"            REL
  52. 8    "g3.gr"            REL
  53.  
  54. 7    "sort:bu"          PRG   This is a general purpose sort which runs in
  55.                               mBASIC. It will sort any list on disk, one entry
  56.                               per line, and send the sorted list to printer
  57.                               and or disk.
  58.  
  59. 17   "sortdir:bu"       PRG   Uses the same sort as the program above, but
  60.                               is designed specifically to get and sort
  61.                               directories.  Before you run it, send a
  62.                               directory of the disk you want sorted to that
  63.                               disk, either with: di disk index (drive 0) or
  64.                               di disk/1 disk/1.index (for drive 1). The
  65.                               program picks up 'index', sorts it and
  66.                               optionally sends the sorted list, in two
  67.                               columns, both to disk and printer.
  68.  
  69. 7    "TRANSLATE.BP"     PRG   A program to convert 6809 ASCII files to
  70.                               WordPro format, in 6502 BASIC 4.0. It prints
  71.                               garbage to the screen as a progress report,
  72.                               but the resulting file is ok. You'll need to
  73.                               take out a lot of hard carriage returns in
  74.                               WordPro. Provided by Stan Brockman.
  75.  
  76. 6    "fort_patch2:bp"   SEQ   The Waterloo patch for mFortran, as printed in
  77.                               issue 13 of the SuperPET gazette. Creates a
  78.                               patched  mFORTRAN on drive 0 if old version is
  79.                               in drive 0. Takes about 40 minutes.
  80.  
  81. 10   "print2col:bu"     PRG   To print an index or a list in two columns,
  82.                               where the entries proceed to the bottom of
  83.                               the page on column 1, then start at the top of
  84.                               the page on column 2. May need modification
  85.                               to run on your printer as it requires a back
  86.                               spacing printer.
  87.  
  88.           This next set of modules comprise a modification to the SuperPET's
  89.           operating system, which allows an interrupt driven routine to reside
  90.           in the banks, out of user memory.  Hello is the loader, and 'gscroll'
  91.                               is the program it loads.
  92.                               The remainder of the modules are part of
  93. 18   "hello.asm"        SEQ   gscroll.  Load Hello from the main memory.
  94. 1    "hello.cmd"        SEQ   It allows you to set the date and time.
  95. 3    "hello:men"        PRG   So long as hello is modifying the operating
  96. 14   "sys_patch.asm"    SEQ   system, you can load and use any language or
  97. 16   "scroll.asm"       SEQ   facility not needing bank 15.
  98. 62   "irq1x.asm"        SEQ   Gscroll controls scrolling of the SuperPet screen
  99. 16   "scrndmp.asm"      SEQ   with the SHIFT/OFF key. It dumps to disk, to a
  100. 2    "gscroll.cmd"      SEQ   file called Screen_Dump, from Top of screen to
  101. 7    "gscroll"          PRG   the line above the cursor.  It creates the file
  102.                               if it does not exist, and appends to it, if it
  103.                               does already exist. Finally it will dump
  104.           to any printer.  To dump to printer, press SHIFT/OFF TAB; to
  105.           dump to disk, press SHIFT/OFF LEFT-ARROW.  If you think you have
  106.           crashed, just press SHIFT/OFF and you should be back in business.
  107.           Terry Peterson has put some 'instant keyboard' phrases on the
  108.           SHIFTED keypad.  You can define them by going to screen mode, and
  109.           printing them to screen in the microEditor. In the boot-up mode,
  110.           you have phrases on the SHIFTED keypad.  If you don't want them,
  111.           hit PF1 and you'll be back to the normal SuperPET pad.  If the dumps
  112.           won't work, touch PF1 to change modes and they will.  The old PF
  113.           commands are on the UNSHIFTED pad after you load.  Note particularly
  114.           that you have an INSERT mode on Terry's pad.  When you touch SHIFT
  115.           INSERT, <INSERT> will light up on the lower right corner of the
  116.           screen.  Start typing. Voila! Insert ala WordPro or any good WP
  117.           program
  118.  
  119. 24   "nscroll.asm"      SEQ  Loads fom the menu at start of session at $7c00
  120. 2    "nscroll.mod"      PRG  Lives with all the languages, although APL will
  121. 1    "nscroll.cmd"      SEQ  give a 'ws incompatable message to a )LOAD, but
  122.                              you can )COPY stuff into the workspace.
  123.           'nscroll' provides some of the features of 'gscroll.
  124.           'nscroll' provides control of scrolling and dumping to printer.
  125.           the program is set for IEEE4, but .asm file needs only one change
  126.           to operate with other printer filename.  Scrolling control is OFF,
  127.           and screen dumping is SHIFT OFF.
  128. --------------------------------------------------------------------------------
  129.      This disk assembled and documented for the TPUG SuperPET User Group by
  130.      Bill Dutfield, January 1985.
  131. ================================================================================
  132.  
  133.